home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / HyperCard & XCMD⁄XFCN / HamNovTest41 / Novice Ham Test / card_11841.txt < prev    next >
Text File  |  1993-04-11  |  4KB  |  83 lines

  1. -- card: 11841 from stack: in
  2. -- bmap block id: 13009
  3. -- flags: 4000
  4. -- background id: 11105
  5. -- name: About....
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=434 top=282 right=321 bottom=482
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 14953 / 14953
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 00
  30. -- high flags: 0007
  31. -- rect: left=59 top=69 right=325 bottom=413
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 8003
  45. -- rect: left=403 top=33 right=55 bottom=503
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Compact Stack
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   get userlevel
  57.   put it into tmp
  58.   set userlevel to 5
  59.   doMenu "Compact Stack"
  60.   set userlevel to tmp
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part contents for card part 3
  66. ----- text -----
  67.  
  68.      Novice Ham Stack Version 4.1 21-Jan-93
  69.    This is an example of how to administer a timed test, score it, and provide the test taker with the option to review those questions that were incorrect.  The userLevel is set to 1 and the menuBar hidden on openStack for obvious reasons.  Currently, the time limit option is turned off.  Turning it on requires changes to the Exam button script of the first card and the background script of the question cards.
  70.     The questions are the 350 Novice Test questions
  71.   Each test consists of 30 questions, one randomly chosen from each subgroup.   These are the identical questions used by Volunteer-Examiner Coordinators from July 1, 1993  until June 30, 1997.
  72.     When "Immediate Feedback" box is checked, then if the wrong answer is chosen, upon pressing the Next or Previous arrows, the correct answer is displayed.  If immediate feedback is not desired, then uncheck the box.  A review of incorrect answers may  also be obtained after the completion of the entire test. 
  73.     A report is displayed upon completion of the test showing amount of time it took, the questions answered incorrectly, and percentage and number of questions answered correctly.  This report, along with an answer key, may be printed.
  74.     The 30-question tests may be printed with an answer key.  I suggest using print options "Print full size cards" and a Header like the ICON for stack followed by " # -- Page " followed by the ICON for page number.  BEWARE!  It takes a lot of time to print the tests, so be patient.  Also, printing takes an enormous amount of memory.  You may have difficulties if you have only 1 MByte of memory.  Try removing most Inits and cdevs, then reboot and try again.
  75.      I have found that after numerous uses of this stack, the size of the stack may increase, possibly creating difficulty if you are low on diskspace.  Therefore, I provided a "Compact Stack" button on this help card to make it easy to compact the stack.  I suggest that you compact the stack about once every dozen tests, or whenever the size increases beyond your disk space allotment.
  76.      There is a button on the report card which allows score data from a test to be stored for printing later (if you just want to print the scores, use the Print Scores button).  This is useful if you don't have a printer hooked up currently.  It will display the name of the card it is storing before creating it.  WRITE THIS NAME DOWN.  Later, you may go to that card and print the scores by getting a message box (hold down the Control key and press m) and typing 
  77.    go card x
  78. where x is the name it displayed.  After printing the card, there is a button on that card to delete the card since it is no longer needed.
  79.      If you like this or have suggestions for improvements, let me know.
  80. Diana L. Carlson (formerly Syriac)
  81. 3 Spruce Street
  82. Hudson, NH 03051
  83.     USENET:  dls@genrad.com